All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----sjl.wrappers.FuncNegateDouble
FuncNegateDouble
is a function object designed for
creating a new object of type Double
based on
the argument object and the - operator.
Copyright © 1996 Finn Bock
Double
and use the
return value from the doubleValue()
method and
the -
operator to create a new
Double
which is returned.
public FuncNegateDouble()
public Object perform(Object o)
Double
and use the
return value from the doubleValue()
method and
the -
operator to create a new
Double
which is returned.
All Packages Class Hierarchy This Package Previous Next Index